Skip to content

W-17561980 Complete CLI Command to Display Dependencies#1018

Merged
shetzel merged 3 commits into
mainfrom
t/managed-packaging/W-17561980/display-dependency-graph-3
Jul 30, 2025
Merged

W-17561980 Complete CLI Command to Display Dependencies#1018
shetzel merged 3 commits into
mainfrom
t/managed-packaging/W-17561980/display-dependency-graph-3

Conversation

@MimiRaiSalesforce

Copy link
Copy Markdown
Collaborator

@W-17561980@

Summary

  • Include sf package version displaydependencies command
  • Include --verbose and --edge-direction flags

Original Pull Request

#1011

@MimiRaiSalesforce MimiRaiSalesforce requested a review from a team as a code owner July 29, 2025 16:25
@@ -0,0 +1,37 @@
# summary

@MimiRaiSalesforce MimiRaiSalesforce Jul 29, 2025

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jshackell-sfdc Just a heads-up, this PR contains the same content as the previously opened one. All of the changes from the previous PR are implemented here and is ready for approval!

devHubOrg = await Org.create({ aliasOrUsername: configAggregator.getPropertyValue<string>('target-dev-hub') });
// Check API version before proceeding
const apiVersion = parseFloat(devHubOrg.getConnection().getApiVersion());
if (apiVersion < 65.0) {

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to sandboxes currently not support API Version 65.0, I had these tests skip until the API Version is at least 65.0. These tests passed locally.

@jshackell-sfdc jshackell-sfdc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@shetzel shetzel merged commit 77f4417 into main Jul 30, 2025
13 checks passed
@shetzel shetzel deleted the t/managed-packaging/W-17561980/display-dependency-graph-3 branch July 30, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants